home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / dosguide.exe / HELPDOS.ZIP / BATCH.MEN < prev    next >
Text File  |  1985-09-03  |  601b  |  10 lines

  1. AUTOEXEC - A special batch file executed (if it exists) when DOS starts
  2. ECHO     - Displays a message, turns on/off the command display
  3. FOR      - Allows the same DOS command to be executed for a group of files
  4. GOTO     - Transfers control to a specified label in the batch file
  5. IF       - Controls batch file execution based on a true/false condition
  6. PAUSE    - Halts system until a key is pressed
  7. REM      - Denotes a Remark (comment) in a batch file
  8. SHIFT    - Allows the use of more than ten replaceable parameters
  9. %0-%9    - Replaceable parameters which pass information to batch files
  10.